home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / bash / bash-110 / mintve~1 / readline.zoo / readline / ChangeLog next >
Encoding:
Text File  |  1991-10-03  |  5.8 KB  |  164 lines

  1. Thu Oct  3 16:19:53 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  2.  
  3.     * readline.c; Make a distinction between having a TERMIOS tty
  4.     driver, and having POSIX signal handling.  You might one without
  5.     the other.  New defines used HAVE_POSIX_SIGNALS, and
  6.     TERMIOS_TTY_DRIVER.
  7.  
  8. Tue Jul 30 22:37:26 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  9.  
  10.     * readline.c: rl_getc () If a call to read () returns without an
  11.     error, but with zero characters, the file is empty, so return EOF.
  12.  
  13. Thu Jul 11 20:58:38 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  14.  
  15.     * readline.c: (rl_get_next_history, rl_get_previous_history)
  16.     Reallocate the buffer space if the line being moved to is longer
  17.     the the current space allocated.  Amazing that no one has found
  18.     this bug until now.
  19.  
  20. Sun Jul  7 02:37:05 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  21.  
  22.     * readline.c:(rl_parse_and_bind) Allow leading whitespace.
  23.       Make sure TERMIO and TERMIOS systems treat CR and NL
  24.       disctinctly.
  25.     
  26. Tue Jun 25 04:09:27 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  27.  
  28.     * readline.c: Rework parsing conditionals to pay attention to the
  29.     prior states of the conditional stack.  This makes $if statements
  30.     work correctly.
  31.  
  32. Mon Jun 24 20:45:59 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  33.  
  34.     * readline.c: support for displaying key binding information
  35.     includes the functions rl_list_funmap_names (),
  36.     invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
  37.     rl_dump_functions (), and rl_function_dumper ().
  38.  
  39.     funmap.c: support for same includes rl_funmap_names ().
  40.  
  41.     readline.c, funmap.c: no longer define STATIC_MALLOC.  However,
  42.     update both version of xrealloc () to handle a null pointer.
  43.  
  44. Thu Apr 25 12:03:49 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  45.  
  46.     * vi_mode.c (rl_vi_fword, fWord, etc.  All functions use
  47.     the macro `isident()'.  Fixed movement bug which prevents
  48.     continious movement through the text.
  49.  
  50. Fri Jul 27 16:47:01 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  51.  
  52.     * readline.c (parser_if) Allow "$if term=foo" construct.
  53.  
  54. Wed May 23 16:10:33 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  55.  
  56.     * readline.c (rl_dispatch) Correctly remember the last command
  57.     executed.  Fixed typo in username_completion_function ().
  58.  
  59. Mon Apr  9 19:55:48 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  60.  
  61.     * readline.c: username_completion_function (); For text passed in
  62.     with a leading `~', remember that this could be a filename (after
  63.     it is completed).
  64.  
  65. Thu Apr  5 13:44:24 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  66.  
  67.     * readline.c: rl_search_history (): Correctly handle case of an
  68.     unfound search string, but a graceful exit (as with ESC).
  69.  
  70.     * readline.c: rl_restart_output ();  The Apollo passes the address
  71.     of the file descriptor to TIOCSTART, not the descriptor itself.
  72.  
  73. Tue Mar 20 05:38:55 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  74.  
  75.     * readline.c: rl_complete (); second call in a row causes possible
  76.     completions to be listed.
  77.  
  78.     * readline.c: rl_redisplay (), added prompt_this_line variable
  79.     which is the first character character following \n in prompt.
  80.  
  81. Sun Mar 11 04:32:03 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  82.  
  83.     * Signals are now supposedly handled inside of SYSV compilation.
  84.  
  85. Wed Jan 17 19:24:09 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
  86.  
  87.     * history.c: history_expand (); fixed overwriting memory error,
  88.     added needed argument to call to get_history_event ().
  89.  
  90. Thu Jan 11 10:54:04 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
  91.  
  92.     * readline.c: added mark_modified_lines to control the
  93.     display of an asterisk on modified history lines.  Also
  94.     added a user variable called mark-modified-lines to the
  95.     `set' command.
  96.  
  97. Thu Jan  4 10:38:05 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
  98.  
  99.     * readline.c: start_insert ().  Only use IC if we don't have an im
  100.     capability.
  101.  
  102. Fri Sep  8 09:00:45 1989  Brian Fox  (bfox at aurel)
  103.  
  104.     * readline.c: rl_prep_terminal ().  Only turn on 8th bit
  105.       as meta-bit iff the terminal is not using parity.
  106.  
  107. Sun Sep  3 08:57:40 1989  Brian Fox  (bfox at aurel)
  108.  
  109.     * readline.c: start_insert ().  Uses multiple
  110.       insertion call in cases where that makes sense.
  111.  
  112.       rl_insert ().  Read type-ahead buffer for additional
  113.       keys that are bound to rl_insert, and insert them
  114.       all at once.  Make insertion of single keys given
  115.       with an argument much more efficient.
  116.  
  117. Tue Aug  8 18:13:57 1989  Brian Fox  (bfox at aurel)
  118.  
  119.     * readline.c: Changed handling of EOF.  readline () returns
  120.      (char *)EOF or consed string.  The EOF character is read from the
  121.      tty, or if the tty doesn't have one, defaults to C-d.
  122.  
  123.     * readline.c: Added support for event driven programs.
  124.       rl_event_hook is the address of a function you want called
  125.       while Readline is waiting for input.
  126.  
  127.     * readline.c: Cleanup time.  Functions without type declarations
  128.       do not use return with a value.
  129.  
  130.     * history.c: history_expand () has new variable which is the
  131.       characters to ignore immediately following history_expansion_char.
  132.  
  133. Sun Jul 16 08:14:00 1989  Brian Fox  (bfox at aurel)
  134.  
  135.     * rl_prep_terminal ()
  136.       BSD version turns off C-s, C-q, C-y, C-v.
  137.  
  138.     * readline.c -- rl_prep_terminal ()
  139.       SYSV version hacks readline_echoing_p.
  140.       BSD version turns on passing of the 8th bit for the duration
  141.       of reading the line.
  142.  
  143. Tue Jul 11 06:25:01 1989  Brian Fox  (bfox at aurel)
  144.  
  145.     * readline.c: new variable rl_tilde_expander.
  146.       If non-null, this contains the address of a function to call if
  147.       the standard meaning for expanding a tilde fails.  The function is
  148.       called with the text sans tilde (as in "foo"), and returns a
  149.       malloc()'ed string which is the expansion, or a NULL pointer if
  150.       there is no expansion. 
  151.  
  152.     * readline.h - new file chardefs.h
  153.       Separates things that only readline.c needs from the standard
  154.       header file publishing interesting things about readline.
  155.  
  156.     * readline.c:
  157.       readline_default_bindings () now looks at terminal chararacters
  158.       and binds those as well.
  159.  
  160. Wed Jun 28 20:20:51 1989  Brian Fox  (bfox at aurel)
  161.  
  162.     * Made readline and history into independent libraries.
  163.  
  164.